home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #10 / Software USA Volume 4.10.iso / pc / lifestyl / serlb23 / install / _setup.1 / SermLib95.exe / 0 / RCDATA / TSEARCHFORM / TSEARCHFORM.txt
Text File  |  1998-07-16  |  3KB  |  143 lines

  1. object SearchForm: TSearchForm
  2.   Left = 239
  3.   Top = 132
  4.   BorderStyle = bsSingle
  5.   Caption = 'Locate a Sermon'
  6.   ClientHeight = 230
  7.   ClientWidth = 348
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 348
  20.     Height = 227
  21.     Align = alTop
  22.     Font.Charset = ANSI_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 8
  31.       Top = 96
  32.       Width = 169
  33.       Height = 16
  34.       AutoSize = False
  35.       Caption = ' '
  36.     end
  37.     object SearchLabel: TLabel
  38.       Left = 17
  39.       Top = 10
  40.       Width = 98
  41.       Height = 14
  42.       Caption = 'Enter Search Details'
  43.     end
  44.     object RadioGroup1: TRadioGroup
  45.       Left = 17
  46.       Top = 118
  47.       Width = 153
  48.       Height = 97
  49.       Caption = 'Field'
  50.       ItemIndex = 0
  51.       Items.Strings = (
  52.         'Title'
  53.         'Series'
  54.         'Theme')
  55.       TabOrder = 0
  56.     end
  57.     object RadioGroup2: TRadioGroup
  58.       Left = 198
  59.       Top = 118
  60.       Width = 129
  61.       Height = 81
  62.       Caption = 'Match Type'
  63.       ItemIndex = 0
  64.       Items.Strings = (
  65.         'Anywhere'
  66.         'Beginning'
  67.         'Full')
  68.       TabOrder = 1
  69.     end
  70.     object Locate: TButton
  71.       Left = 223
  72.       Top = 10
  73.       Width = 73
  74.       Height = 25
  75.       Caption = '&Locate'
  76.       TabOrder = 2
  77.       OnClick = LocateClick
  78.     end
  79.     object LocateNext: TButton
  80.       Left = 223
  81.       Top = 42
  82.       Width = 89
  83.       Height = 25
  84.       Caption = 'Locate &Next'
  85.       TabOrder = 3
  86.       OnClick = LocateNextClick
  87.     end
  88.     object SearchEdit: TEdit
  89.       Left = 17
  90.       Top = 32
  91.       Width = 157
  92.       Height = 22
  93.       TabOrder = 4
  94.     end
  95.     object CheckBox1: TCheckBox
  96.       Left = 17
  97.       Top = 75
  98.       Width = 97
  99.       Height = 17
  100.       Caption = 'Ignore Case'
  101.       State = cbChecked
  102.       TabOrder = 5
  103.     end
  104.     object CheckBox2: TCheckBox
  105.       Left = 198
  106.       Top = 204
  107.       Width = 97
  108.       Height = 17
  109.       Caption = 'CheckBox2'
  110.       State = cbChecked
  111.       TabOrder = 6
  112.       Visible = False
  113.     end
  114.     object CancelSearch: TBitBtn
  115.       Left = 224
  116.       Top = 75
  117.       Width = 75
  118.       Height = 25
  119.       TabOrder = 7
  120.       OnClick = CancelSearchClick
  121.       Kind = bkClose
  122.     end
  123.   end
  124.   object fxLocate1: TfxLocate
  125.     DisableControls = True
  126.     FindCursor = crHourGlass
  127.     MatchType = maAnywhere
  128.     IgnoreCase = True
  129.     DataSource = DataModule1.DataSource1
  130.     DataField = 'Category'
  131.     FailPos = fpOriginal
  132.     DoBackground = False
  133.     NumRecs = 0
  134.     Copyright = '(c) 1997 Chuck Gadd'
  135.     Version = 'Beta 0.94'
  136.     UseIndexes = True
  137.     ProgressCount = 0
  138.     MaxMemoSize = 32767
  139.     Left = 171
  140.     Top = 58
  141.   end
  142. end
  143.